vcSimAttachmentField
An Attachment field allows you to make vcNode's position follow that of another node without changing the vcNode hierarchy. This field type is used mostly for physical cable attachments.
See in: Overview
Module: vcBehaviors
Parent: vcSimInterfaceField
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| ConnectedTo | vcNode | R | Gets the parent node this field is currently attached to if any. |
| ConnectedToFrame | vcFeature | R | Gets the frame feature defining current attachment position in the parent node if any. |
| Frame | vcFrameFeature | R | Gets the frame feature defining the attachment position. The value is vcInterfaceSection.Frame of the section this field is in. |
| IsConnected | Boolean | R | Gets a value indicating whether this field is currently connected i.e. the attachment is active. |
| Node | vcNode | R | Gets the node that gets attached. The value is vcSimInterface.Node of the interface this field is in. |
| Parent | Boolean | RW | Gets or sets a value indicating whether Node is to be parent of an attached node or will be attached as a child node. |